home *** CD-ROM | disk | FTP | other *** search
- /* clib/svoperators.h */
- /* Version : 9.1 */
- /* Date : 24.09.1994 */
- /* Written by : Andreas R. Kleinert */
-
- /* SVObject-Version V1.x+ */
-
- #ifndef CLIB_SVOPERATORS_PROTOS_H
- #define CLIB_SVOPERATORS_PROTOS_H
-
- #ifndef SVOPERATORS_SVOPERATORS_H
- #include <svoperators/svoperators.h>
- #endif /* SVOPERATORS_SVOPERATORS_H */
-
- APTR SVP_AllocHandle( APTR future);
- ULONG SVP_FreeHandle( APTR handle);
- ULONG SVP_DoOperation( APTR handle,
- struct SV_GfxBuffer *source,
- struct SV_GfxBuffer **dest,
- ULONG future);
-
- #endif /* CLIB_SVOPERATORS_PROTOS_H */
-